1 namespace QuanLyNhanSu
2 {
3     
partial class frmDMChuyenMon
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmDMChuyenMon));
32             
this.panel1 = new System.Windows.Forms.Panel();
33             
this.dgv_DMchuyenmon = new Telerik.WinControls.UI.RadGridView();
34             
this.txttenCM = new System.Windows.Forms.TextBox();
35             
this.txtmaCM = new System.Windows.Forms.TextBox();
36             
this.label2 = new System.Windows.Forms.Label();
37             
this.label3 = new System.Windows.Forms.Label();
38             
this.grpbox = new System.Windows.Forms.GroupBox();
39             
this.cmdxoa = new System.Windows.Forms.Button();
40             
this.cmdluu = new System.Windows.Forms.Button();
41             
this.cmdthoat = new System.Windows.Forms.Button();
42             
this.cmdthem = new System.Windows.Forms.Button();
43             
this.cmdcapnhat = new System.Windows.Forms.Button();
44             
this.panel1.SuspendLayout();
45             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMchuyenmon)).BeginInit();
46             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMchuyenmon.MasterGridViewTemplate)).BeginInit();
47             
this.grpbox.SuspendLayout();
48             ((System.ComponentModel.ISupportInitialize)(
this)).BeginInit();
49             
this.SuspendLayout();
50             
//
51             
// panel1
52             
//
53             
this.panel1.BackColor = System.Drawing.Color.AliceBlue;
54             
this.panel1.Controls.Add(this.dgv_DMchuyenmon);
55             
this.panel1.Controls.Add(this.txttenCM);
56             
this.panel1.Controls.Add(this.txtmaCM);
57             
this.panel1.Controls.Add(this.label2);
58             
this.panel1.Controls.Add(this.label3);
59             
this.panel1.Location = new System.Drawing.Point(8, 14);
60             
this.panel1.Name = "panel1";
61             
this.panel1.Size = new System.Drawing.Size(305, 237);
62             
this.panel1.TabIndex = 3;
63             
//
64             
// dgv_DMchuyenmon
65             
//
66             
this.dgv_DMchuyenmon.Location = new System.Drawing.Point(4, 78);
67             
//
68             
//
69             
//
70             
this.dgv_DMchuyenmon.MasterGridViewTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
71             
this.dgv_DMchuyenmon.MasterGridViewTemplate.EnableGrouping = false;
72             
this.dgv_DMchuyenmon.Name = "dgv_DMchuyenmon";
73             
this.dgv_DMchuyenmon.ReadOnly = true;
74             
this.dgv_DMchuyenmon.Size = new System.Drawing.Size(297, 150);
75             
this.dgv_DMchuyenmon.TabIndex = 3;
76             
//
77             
// txttenCM
78             
//
79             
this.txttenCM.BackColor = System.Drawing.SystemColors.ControlLightLight;
80             
this.txttenCM.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
81             
this.txttenCM.Location = new System.Drawing.Point(54, 41);
82             
this.txttenCM.MaxLength = 50;
83             
this.txttenCM.Name = "txttenCM";
84             
this.txttenCM.ReadOnly = true;
85             
this.txttenCM.Size = new System.Drawing.Size(209, 22);
86             
this.txttenCM.TabIndex = 2;
87             
this.txttenCM.Tag = "";
88             
//
89             
// txtmaCM
90             
//
91             
this.txtmaCM.BackColor = System.Drawing.SystemColors.ControlLightLight;
92             
this.txtmaCM.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
93             
this.txtmaCM.Location = new System.Drawing.Point(54, 10);
94             
this.txtmaCM.MaxLength = 8;
95             
this.txtmaCM.Name = "txtmaCM";
96             
this.txtmaCM.ReadOnly = true;
97             
this.txtmaCM.Size = new System.Drawing.Size(209, 22);
98             
this.txtmaCM.TabIndex = 1;
99             
this.txtmaCM.Tag = "";
100             
this.txtmaCM.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtmaCM_KeyPress);
101             
//
102             
// label2
103             
//
104             
this.label2.AutoSize = true;
105             
this.label2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
106             
this.label2.Location = new System.Drawing.Point(17, 45);
107             
this.label2.Name = "label2";
108             
this.label2.Size = new System.Drawing.Size(35, 15);
109             
this.label2.TabIndex = 19;
110             
this.label2.Text = "Tên :";
111             
//
112             
// label3
113             
//
114             
this.label3.AutoSize = true;
115             
this.label3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
116             
this.label3.Location = new System.Drawing.Point(17, 14);
117             
this.label3.Name = "label3";
118             
this.label3.Size = new System.Drawing.Size(31, 15);
119             
this.label3.TabIndex = 17;
120             
this.label3.Text = "Mã :";
121             
//
122             
// grpbox
123             
//
124             
this.grpbox.BackColor = System.Drawing.Color.Transparent;
125             
this.grpbox.Controls.Add(this.cmdxoa);
126             
this.grpbox.Controls.Add(this.cmdluu);
127             
this.grpbox.Controls.Add(this.cmdthoat);
128             
this.grpbox.Controls.Add(this.cmdthem);
129             
this.grpbox.Controls.Add(this.cmdcapnhat);
130             
this.grpbox.Location = new System.Drawing.Point(315, 8);
131             
this.grpbox.Name = "grpbox";
132             
this.grpbox.Size = new System.Drawing.Size(86, 243);
133             
this.grpbox.TabIndex = 16;
134             
this.grpbox.TabStop = false;
135             
//
136             
// cmdxoa
137             
//
138             
this.cmdxoa.Anchor = System.Windows.Forms.AnchorStyles.None;
139             
this.cmdxoa.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
140             
this.cmdxoa.Image = ((System.Drawing.Image)(resources.GetObject("cmdxoa.Image")));
141             
this.cmdxoa.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
142             
this.cmdxoa.Location = new System.Drawing.Point(7, 106);
143             
this.cmdxoa.Name = "cmdxoa";
144             
this.cmdxoa.Size = new System.Drawing.Size(73, 30);
145             
this.cmdxoa.TabIndex = 6;
146             
this.cmdxoa.Text = "Xóa";
147             
this.cmdxoa.UseVisualStyleBackColor = true;
148             
this.cmdxoa.Click += new System.EventHandler(this.cmdxoa_Click);
149             
//
150             
// cmdluu
151             
//
152             
this.cmdluu.Anchor = System.Windows.Forms.AnchorStyles.None;
153             
this.cmdluu.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
154             
this.cmdluu.Image = ((System.Drawing.Image)(resources.GetObject("cmdluu.Image")));
155             
this.cmdluu.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
156             
this.cmdluu.Location = new System.Drawing.Point(7, 150);
157             
this.cmdluu.Name = "cmdluu";
158             
this.cmdluu.Size = new System.Drawing.Size(73, 30);
159             
this.cmdluu.TabIndex = 7;
160             
this.cmdluu.Text = "Lưu";
161             
this.cmdluu.UseVisualStyleBackColor = true;
162             
this.cmdluu.Click += new System.EventHandler(this.cmdluu_Click);
163             
//
164             
// cmdthoat
165             
//
166             
this.cmdthoat.Anchor = System.Windows.Forms.AnchorStyles.None;
167             
this.cmdthoat.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
168             
this.cmdthoat.Image = ((System.Drawing.Image)(resources.GetObject("cmdthoat.Image")));
169             
this.cmdthoat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
170             
this.cmdthoat.Location = new System.Drawing.Point(7, 194);
171             
this.cmdthoat.Name = "cmdthoat";
172             
this.cmdthoat.Size = new System.Drawing.Size(73, 30);
173             
this.cmdthoat.TabIndex = 8;
174             
this.cmdthoat.Text = "Thoát";
175             
this.cmdthoat.UseVisualStyleBackColor = true;
176             
this.cmdthoat.Click += new System.EventHandler(this.cmdthoat_Click);
177             
//
178             
// cmdthem
179             
//
180             
this.cmdthem.Anchor = System.Windows.Forms.AnchorStyles.None;
181             
this.cmdthem.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
182             
this.cmdthem.Image = ((System.Drawing.Image)(resources.GetObject("cmdthem.Image")));
183             
this.cmdthem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
184             
this.cmdthem.Location = new System.Drawing.Point(7, 18);
185             
this.cmdthem.Name = "cmdthem";
186             
this.cmdthem.Size = new System.Drawing.Size(73, 30);
187             
this.cmdthem.TabIndex = 4;
188             
this.cmdthem.Text = "Thêm";
189             
this.cmdthem.UseVisualStyleBackColor = true;
190             
this.cmdthem.Click += new System.EventHandler(this.cmdthem_Click);
191             
//
192             
// cmdcapnhat
193             
//
194             
this.cmdcapnhat.Anchor = System.Windows.Forms.AnchorStyles.None;
195             
this.cmdcapnhat.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
196             
this.cmdcapnhat.Image = ((System.Drawing.Image)(resources.GetObject("cmdcapnhat.Image")));
197             
this.cmdcapnhat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
198             
this.cmdcapnhat.Location = new System.Drawing.Point(7, 62);
199             
this.cmdcapnhat.Name = "cmdcapnhat";
200             
this.cmdcapnhat.Size = new System.Drawing.Size(73, 30);
201             
this.cmdcapnhat.TabIndex = 5;
202             
this.cmdcapnhat.Text = "Sửa";
203             
this.cmdcapnhat.UseVisualStyleBackColor = true;
204             
this.cmdcapnhat.Click += new System.EventHandler(this.cmdcapnhat_Click);
205             
//
206             
// frmDMChuyenMon
207             
//
208             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
209             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
210             
this.BackColor = System.Drawing.Color.Honeydew;
211             
this.ClientSize = new System.Drawing.Size(415, 254);
212             
this.Controls.Add(this.grpbox);
213             
this.Controls.Add(this.panel1);
214             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
215             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
216             
this.MaximizeBox = false;
217             
this.MinimizeBox = false;
218             
this.Name = "frmDMChuyenMon";
219             
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
220             
this.Text = "Danh Mục Chuyên Môn";
221             
this.ThemeName = "ControlDefault";
222             
this.Load += new System.EventHandler(this.frmDMChuyenMon_Load);
223             
this.panel1.ResumeLayout(false);
224             
this.panel1.PerformLayout();
225             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMchuyenmon.MasterGridViewTemplate)).EndInit();
226             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMchuyenmon)).EndInit();
227             
this.grpbox.ResumeLayout(false);
228             ((System.ComponentModel.ISupportInitialize)(
this)).EndInit();
229             
this.ResumeLayout(false);
230
231         }
232
233         
#endregion
234
235         
private System.Windows.Forms.Panel panel1;
236         
private System.Windows.Forms.TextBox txttenCM;
237         
private System.Windows.Forms.Label label2;
238         
private System.Windows.Forms.Label label3;
239         
private System.Windows.Forms.TextBox txtmaCM;
240         
private System.Windows.Forms.GroupBox grpbox;
241         
private System.Windows.Forms.Button cmdxoa;
242         
private System.Windows.Forms.Button cmdluu;
243         
private System.Windows.Forms.Button cmdthoat;
244         
private System.Windows.Forms.Button cmdthem;
245         
private System.Windows.Forms.Button cmdcapnhat;
246         
private Telerik.WinControls.UI.RadGridView dgv_DMchuyenmon;
247     }
248 }



Quản lý nhân sự công ty bằng c# _ full source code 60.474 lượt xem

Gõ tìm kiếm nhanh...